!pr2
DISASM and the //e..................................Bill Morgan

Yesterday afternoon I received two phone call in less than 30 minutes, both reporting that RAK-Ware's disassembler, DISASM, does not work on the Apple //e.  The problem occurs when DISASM calls a non-standard entry into the monitor HOME routine.  At several places in the routines to enter address information Bob Kovacs used $FC5A for a sort of combination VTAB and Clear-to- End-of-Page.  Well, that won't work on a //e.  The following patches change all the calls to $FC5A into $FC58, or the standard HOME routine.  This will change the behavior of the program a little, making the screen clear between entries, rather than just tab down, but the program should now work.

!lm+10
84C:58     94D:58     A79:58
AD8:58     BBA:58     BFB:58
